@charset 'utf-8';
@-ms-viewport
{
    width: auto !important;
}
.ff
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body
{
    font-family: 'PingFang SC', 'Microsoft YaHei', Arial, 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1560px)
{
    .container
    {
        width: 1560px;
    }
}
@media only screen and (min-width: 1441px) and (max-width: 1559px)
{
    .container
    {
        width: 1441px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px)
{
    .container
    {
        width: 1200px;
    }
}
.lazy
{
    background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
li,
ol,
ul
{
    list-style: none;
}
a
{
    color: inherit;
}
a:hover,
a:link,
a:visited
{
    text-decoration: none;

    color: inherit;
}
input[type=number]
{
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}
*[data-fancybox],
*[data-type='iframe']
{
    outline: none !important;
}
ul
{
    margin: 0;
    padding: 0;
}
button,
input,
textarea
{
    resize: none;

    border: none;
    outline: none;
}
textarea
{
    overflow: auto;
}
.txt-over1
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.slick-slide
{
    outline: none;
}
.slick-slide a
{
    outline: none !important;
}
img
{
            backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
}
.img-box
{
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.page
{
    text-align: center;
}
.page li
{
    line-height: 50px;

    display: inline-block;

    width: 50px;
    height: 50px;
    margin: 0 3px;

    cursor: pointer;
    text-align: center;

    color: #999;
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    background: none;
}
@media (max-width: 767px)
{
    .page li
    {
        line-height: 34px;

        width: 34px;
        height: 34px;
        margin: 0 1px;
    }
}
.page li.active,
.page li:hover
{
    color: #fff;
    border-color: #044dd1;
    background-color: #044dd1;
}
.page li a
{
    display: block;
}
.page li.prev,
.page li.next
{
    color: #fff;
    background-color: #ddd;
}
.page li.prev:hover,
.page li.next:hover
{
    border-color: #044dd1;
    background-color: #044dd1;
}
@media (min-width: 481px)
{
    .page li.prev
    {
        margin-right: 26px;
    }
}
@media (min-width: 481px)
{
    .page li.next
    {
        margin-left: 26px;
    }
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
@media (max-width: 767px)
{
    .table-box
    {
        padding: 0 5px;
    }
}
table
{
    width: 100%;
    max-width: 98%;

    border-spacing: 0;
    border-collapse: collapse;

    text-align: center;
}
table tr,
table td
{
    width: auto !important;
    height: auto !important;
}
table td
{
    padding: 5px !important;

    border: 1px solid #cecece !important;
}
table tr p,
table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.clearfix
{
    zoom: 1;
}
.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.language-box
{
    position: relative;

    display: none;
}
.language-box p
{
    margin: 0;

    color: #999;
}
.language-box p:before,
.language-box p:after
{
    display: inline-block;

    content: '';
    vertical-align: middle;
}
.language-box p:before
{
    width: 24px;
    height: 24px;
    margin-right: 5px;

    border-radius: 50%;
    background-image: url(../images/language.png);
    background-repeat: no-repeat;
    background-size: 200% auto;
}
.language-box p:after
{
    width: 0;
    height: 0;
    margin-left: 5px;

    border-width: 3px 3px 0 3px;
    border-style: solid;
    border-color: #999 transparent transparent transparent;
}
.language-box p.en:before
{
    background-position: 0 100%;
}
.language-box p.cn:before
{
    background-position: 100% 100%;
}
@media (min-width: 768px)
{
    .language-box ul
    {
        position: absolute;
        left: 50%;

        display: none;

        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
.language-box ul li a
{
    display: block;

    color: #fff;
}
.language-box ul li a:before
{
    display: inline-block;
    overflow: hidden;

    width: 22px;
    height: 22px;
    margin-right: 5px;

    content: '';
    vertical-align: middle;

    border-radius: 50%;
    background-image: url(../images/language.png);
    background-repeat: no-repeat;
    background-size: 200% auto;
}
.language-box ul li a:hover
{
    text-decoration: underline;
}
.language-box ul .en a:before
{
    background-position: 0 100%;
}
.language-box ul .cn a:before
{
    background-position: 100% 100%;
}
.language-box.language-header
{
    padding: 33px 0;
}
.language-box.language-header ul
{
    z-index: 10;
    top: 100%;

    padding: 10px 13px;

    text-align: left;

    background-color: #fff;
    box-shadow: 0 0 14px 2px rgba(0, 0, 0, .1);
}
.language-box.language-header li
{
    margin: 0 12px;

    white-space: nowrap;
}
.language-box.language-header li:first-child
{
    margin-bottom: 12px;
}
.language-box.language-header li a
{
    color: #666;
}
.header
{
    zoom: 1;

    -webkit-transition: .3s;
            transition: .3s;

    color: #666;
}
.header:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.header .logo
{
    float: left;

    text-align: center;
}
.header .logo a
{
    display: block;

    width: auto;
    max-width: 100%;
    padding: 10px 0;
}
@media (max-width: 991px)
{
    .header .logo a
    {
        padding: 5px 0;
    }
}
@media (max-width: 767px)
{
    .header .logo a
    {
        max-width: 210px;
        padding: 10px 0;
    }
}
@media (max-width: 320px)
{
    .header .logo a
    {
        max-width: 170px;
        padding: 13px 0;
    }
}
.header .logo img
{
    display: block;

    width: 100%;
}
.header .right-box
{
    float: right;

    margin-left: 50px;
}
@media (max-width: 1440px)
{
    .header .right-box
    {
        margin-left: 10px;
    }
}
@media (min-width: 1320px)
{
    .header .right-box
    {
        text-align: center;
    }
}
@media (min-width: 1200px)
{
    .header .right-box
    {
        border-right: 1px solid #e7e7e7;
        border-left: 1px solid #e7e7e7;
    }
}
@media (max-width: 991px)
{
    .header .right-box
    {
        margin-left: 0;
    }
}
.header .find
{
    line-height: 90px;

    display: block;

    width: 90px;
    height: 90px;

    cursor: pointer;
    text-align: center;
}
.header .find:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;

    content: '\e609';

    color: #999;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1440px)
{
    .header .find
    {
        width: 70px;
    }
}
@media (max-width: 767px)
{
    .header .find
    {
        line-height: 60px;

        width: 50px;
        height: 60px;
    }
}
.header .language-box
{
    display: inline-block;

    cursor: pointer;
    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .language-box
    {
        display: none;
    }
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

    width: 40px;
    height: 40px;
    margin-top: 30px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: block;

        margin-top: 22px;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 30px;

        display: block;

        margin-top: 10px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media (max-width: 767px)
{
    .header .nav-collapse
    {
        margin-top: 8px;

        border: none;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 25px;
    height: 2px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 25px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
            transition: all .5s ease;

    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
.header .nav
{
    float: right;
}
@media (min-width: 1320px)
{
    .header .nav
    {
        text-align: center;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 50px;

        -webkit-transition: -webkit-transform .3s;
                transition: -webkit-transform .3s;
                transition:         transform .3s;
                transition:         transform .3s, -webkit-transform .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background: #000;
    }
    .header .nav .tbl
    {
        display: table;

        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell
    {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 25px;
    }
}
.header .nav.left-100
{
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
.header .nav.left-200
{
    -webkit-transform: translate3d(-200%, 0, 0);
            transform: translate3d(-200%, 0, 0);
}
.header .nav .nav-list1
{
    position: relative;

    zoom: 1;
}
.header .nav .nav-list1:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 li a
    {
        white-space: nowrap;
    }
    .header .nav .nav-list1 > li
    {
        position: relative;

        float: left;

        padding: 0 22px 0 25px;
    }
    .header .nav .nav-list1 > li:before
    {
        font-family: 'iconfont' !important;
        font-size: 12px;
        font-style: normal;

        position: absolute;
        top: 50%;
        left: -2px;

        margin-top: -8px;

        content: '\e669';

        color: #ccc;

        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .header .nav .nav-list1 > li:first-child:before
    {
        display: none;
    }
    .header .nav .nav-list1 > li:hover > a
    {
        color: #044dd1;
    }
    .header .nav .nav-list1 > li > a
    {
        position: relative;

        display: inline-block;

        padding: 35px 0;

        text-transform: uppercase;
    }
    .header .nav .nav-list1 > li.more:after
    {
        font-family: 'iconfont' !important;
        font-size: 12px;
        font-style: normal;

        margin-left: 3px;

        content: '\e602';

        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .header .nav .nav-list1 > li.more:hover > a
    {
        color: #044dd1;
    }
    .header .nav .nav-list1 .nav-list2,
    .header .nav .nav-list1 .nav-list3
    {
        display: none;

        text-align: left;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;
        left: 50%;

        min-width: 100%;
        padding: 10px 0;

        background-color: #fff;
        box-shadow: 0 0 14px 2px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        position: relative;
    }
    .header .nav .nav-list1 .nav-list2 li > a
    {
        position: relative;

        display: block;

        padding: 6px 23px 6px 20px;

        color: #666;
    }
    .header .nav .nav-list1 .nav-list2 li > a:hover
    {
        color: #044dd1;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        top: 0;
        left: 100%;
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        padding: 11px 30px 15px 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1440px)
{
    .header .nav .nav-list1 > li
    {
        padding: 0 15px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        white-space: nowrap;

        opacity: 0;
    }
    .header .nav .nav-list1 > a
    {
        font-size: 20px;

        color: #fff;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        width: 50%;
    }
}
@media (max-width: 991px)
{
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-25px);
            -ms-transform: translateX(-25px);
                transform: translateX(-25px);
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2,
    .header .nav .nav-list3
    {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        margin-top: 0;
    }
}
.header .nav-2,
.header .nav-3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-2,
    .header .nav-3
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        padding: 20px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        color: #fff;
        background: #fafafa;
        background: #000;
    }
}
.header .nav-2 .nav-top,
.header .nav-3 .nav-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;
    font-style: normal;

    content: '\e9b5';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header .nav-2 .nav-top h2,
.header .nav-3 .nav-top h2
{
    font-size: 30px;

    margin: 0;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top h2,
    .header .nav-3 .nav-top h2
    {
        font-size: 20px;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2
{
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content
{
    margin-top: 12%;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul,
    .header .nav-3 .content ul
    {
        padding: 0 15px;
    }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    font-family: Arial, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 24px;
    line-height: 50px;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more
{
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e72f';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    display: block;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 19px;
}
.header .search-wrap
{
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    background-color: rgba(0, 0, 0, .97);
}
.header .search-wrap.active .search
{
    -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
}
.header .search-wrap .search
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 800px;
    max-width: 100%;
    margin: auto;
    padding: 0 15px;

    -webkit-transition: 1s;
            transition: 1s;
    -webkit-transform: translateY(-50%) scale(.2);
        -ms-transform: translateY(-50%) scale(.2);
            transform: translateY(-50%) scale(.2);

    border: none;
    border-radius: 0;
}
.header .search-wrap .search p
{
    margin-bottom: 50px;

    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}
.header .search-wrap .search .input-text
{
    font-size: 20px;
    line-height: 40px;

    width: 100%;
    padding: 0 35px 5px 20px;

    text-align: center;

    color: #fff;
    border-bottom: 3px solid #1f1e1e;
    background: none;
}
@media (max-width: 767px)
{
    .header .search-wrap .search .input-text
    {
        padding-left: 5px;
    }
}
.header .search-wrap .search .input-submit
{
    line-height: 36px;

    position: absolute;
    right: 0;
    bottom: 10px;

    width: 50px;

    background: none;
}
.header .search-wrap .search .input-submit:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;

    content: '\e609';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header .search-wrap .search-close
{
    position: absolute;
    top: 30px;
    right: 10%;

    cursor: pointer;
}
.header .search-wrap .search-close:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    font-style: normal;

    content: '\e61b';

    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        zoom: 1;

        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1 > li:after
    {
        display: block;
        visibility: hidden;
        clear: both;

        height: 0;

        content: '';
    }
    .header .fade-out ul.nav-list1 > li.act
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li.more > a:before
    {
        font-family: 'iconfont' !important;
        font-size: 25px;
        font-style: normal;

        content: '\e72f';

        color: #fff;

        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 26px;
        line-height: 55px;

        position: relative;

        display: block;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px) and (min-width: 992px)
{
    .header .fade-out ul.nav-list1 > li
    {
        height: 55px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-width: 991px)
{
    .header .fade-out ul.nav-list1 > li.act
    {
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }
}
@media (max-width: 1199px) and (min-width: 992px)
{
    .header .fade-out ul.nav-list1 > li.more
    {
        padding-right: 10px;

        -webkit-transition: padding-right .5s;
                transition: padding-right .5s;
    }
}
@media (max-width: 1199px) and (min-width: 992px)
{
    .header .fade-out ul.nav-list1 > li.more > a:before
    {
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media (max-width: 1199px) and (max-width: 991px)
{
    .header .fade-out ul.nav-list1 > li.more > a:before
    {
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media (max-width: 1199px) and (min-width: 992px)
{
    .header .fade-out ul.nav-list1 > li.more.show
    {
        padding-right: 0;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 22px;
        line-height: 46px;
    }
}
@media (max-width: 1199px) and (max-width: 767px) and (max-height: 550px)
{
    .header .fade-out ul.nav-list1 > li > a
    {
        line-height: 44px;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .header .fade-out .nav-list2
    {
        position: absolute;
        top: 50%;
        left: 100%;

        padding: 0 20%;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
.header .xs-language
{
    position: absolute;
    bottom: 30px;
    left: 0;

    width: 100%;
    padding-left: 25px;

    text-align: left;
}
@media (min-width: 1200px)
{
    .header .xs-language
    {
        display: none;
    }
}
.header .xs-language a
{
    font-size: 16px;

    white-space: nowrap;

    color: #fff;
}
.header .xs-language a.active
{
    text-decoration: underline;
}
.header .xs-language span
{
    margin: 0 5px;

    color: #fff;
}
.banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
.banner .img-box
{
    padding-bottom: 41.66666667%;
}
@media (max-width: 1199px)
{
    .banner .slick
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .slick
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
.banner .slick-dots
{
    position: absolute;
    bottom: 25px;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
}
@media (max-width: 767px)
{
    .banner .slick-dots
    {
        bottom: 5%;

        display: none;
    }
}
.banner .slick-dots li
{
    display: inline-block;

    width: 15px;
    height: 15px;
    margin: 0 7px;

    cursor: pointer;
    -webkit-transition: all .3s;
            transition: all .3s;

    opacity: .5;
    border-radius: 50%;
    background: #fff;
}
.banner .slick-dots li:hover,
.banner .slick-dots li.slick-active
{
    opacity: 1;
}
@media (max-width: 767px)
{
    .banner .slick-dots li
    {
        width: 10px;
        height: 10px;
        margin: 3px;
    }
}
.banner .slick-dots li button
{
    display: none;
}
@media (max-width: 1199px)
{
    .banner .owl-theme
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .owl-theme
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .banner .owl-theme
    {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
}
.banner img
{
    display: block;

    width: 100%;
}
@media (max-width: 767px)
{
    .banner .banner-btn
    {
        display: none;
    }
}
.banner .banner-btn span
{
    position: absolute;
    z-index: 10;
    top: 50%;

    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.banner .banner-btn span:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;
    font-weight: 700;

    color: #bab7bb;
}
.banner .banner-btn .prev
{
    left: 30px;
}
.banner .banner-btn .prev:before
{
    content: '\e601';
}
.banner .banner-btn .next
{
    right: 30px;
}
.banner .banner-btn .next:before
{
    content: '\e827';
}
.index-box
{
    padding: 95px 0;
}
@media (max-width: 1199px)
{
    .index-box
    {
        padding: 70px 0;
    }
}
@media (max-width: 991px)
{
    .index-box
    {
        padding: 50px 0;
    }
}
@media (max-width: 767px)
{
    .index-box
    {
        padding: 45px 0;
    }
}
.index-box .title
{
    width: 66%;
    margin: 0 auto;

    text-align: center;
}
@media (max-width: 1559px)
{
    .index-box .title
    {
        width: 75%;
    }
}
@media (max-width: 1199px)
{
    .index-box .title
    {
        width: 90%;
    }
}
.index-box .title:after
{
    display: block;

    width: 30px;
    height: 12px;
    margin: 15px auto 0;

    content: '';

    background: url(../images/title-after.png) no-repeat center;
}
.index-box .title h3
{
    font-size: 30px;

    margin-top: 0;
}
@media (max-width: 767px)
{
    .index-box .title h3
    {
        font-size: 26px;
    }
}
.index-box .title p
{
    line-height: 2.14285714;

    margin: 0;

    color: #999;
}
.index-product
{
    padding-bottom: 0;
}
.index-product .slick-dots
{
    text-align: center;
}
.index-product .slick-dots li
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 4px;

    cursor: pointer;
    -webkit-transition: all .3s;
            transition: all .3s;

    opacity: 1;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    background: none;
}
.index-product .slick-dots li:hover,
.index-product .slick-dots li.slick-active
{
    background-color: #c4c4c4;
}
.index-product .slick-dots li button
{
    display: none;
}
.index-product .slick-slide
{
    padding: 2% 2% 0;
}
.index-product .tab-list
{
    zoom: 1;

    margin-top: 40px;
}
.index-product .tab-list:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.index-product .tab-list .item
{
    position: relative;

    float: left;
    overflow: hidden;

    width: 20%;
    padding: 0 1.6% 2%;
}
.index-product .tab-list .item:nth-child(odd)
{
    background-color: #e2e2e2;
}
.index-product .tab-list .item:nth-child(even)
{
    background-color: #f5f5f5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .index-product .tab-list .item
    {
        width: 25%;
    }
    .index-product .tab-list .item:nth-child(5)
    {
        background-color: #f5f5f5;
    }
    .index-product .tab-list .item:nth-child(6)
    {
        background-color: #e2e2e2;
    }
    .index-product .tab-list .item:nth-child(7)
    {
        background-color: #f5f5f5;
    }
    .index-product .tab-list .item:nth-child(8)
    {
        background-color: #e2e2e2;
    }
}
@media (max-width: 991px)
{
    .index-product .tab-list .item
    {
        width: 33.333%;
    }
}
@media (max-width: 767px)
{
    .index-product .tab-list .item
    {
        width: 50%;
    }
    .index-product .tab-list .item:nth-child(1),
    .index-product .tab-list .item:nth-child(4),
    .index-product .tab-list .item:nth-child(5),
    .index-product .tab-list .item:nth-child(8),
    .index-product .tab-list .item:nth-child(9)
    {
        background-color: #f5f5f5;
    }
    .index-product .tab-list .item:nth-child(2),
    .index-product .tab-list .item:nth-child(3),
    .index-product .tab-list .item:nth-child(6),
    .index-product .tab-list .item:nth-child(10)
    {
        background-color: #e2e2e2;
    }
}
.index-product .tab-list .item h4
{
    font-size: 18px;

    overflow: hidden;

    height: 20px;
    margin: 35px 0 0 0;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 1199px)
{
    .index-product .tab-list .item h4
    {
        margin-top: 30px;
    }
}
@media (max-width: 991px)
{
    .index-product .tab-list .item h4
    {
        margin: 15px 0;
    }
}
@media (max-width: 767px)
{
    .index-product .tab-list .item h4
    {
        margin: 10px 0;
    }
}
.index-product .mask
{
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 100%;

    display: block;

    width: 100%;
    height: 100%;

    background-color: rgba(4, 77, 209, .9);
}
.index-product .mask .txt
{
    position: relative;
    top: 50%;

    padding: 0 10%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
}
.index-product .mask .txt h5
{
    font-size: 24px;

    margin: 0 0 20px 0;
}
.index-product .mask .txt p
{
    margin: 0;
}
.index-product .mask .txt p:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;

    display: block;

    margin-top: 40px;

    content: '\e609';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-about
{
    position: relative;

    padding-bottom: 0;
}
@media only screen and (min-width: 768px)
{
    .index-about
    {
        color: #fff;
        background: url(../images/imgs/about-bg.jpg) top center no-repeat;
    }
}
@media (max-width: 767px)
{
    .index-about
    {
        border-bottom: 1px solid #ececec;
    }
}
@media only screen and (min-width: 768px)
{
    .index-about .title p
    {
        color: #fff;
    }
}
.index-about .about-box
{
    width: 70%;
    margin: 30px auto 0;

    text-align: center;
}
@media (max-width: 1199px)
{
    .index-about .about-box
    {
        width: 85%;
    }
}
@media (max-width: 767px)
{
    .index-about .about-box
    {
        width: 90%;
    }
}
.index-about .about-box p
{
    line-height: 2.14285714;

    margin: 0;
}
.index-about .about-box a.more
{
    line-height: 50px;

    display: block;

    width: 200px;
    height: 50px;
    margin: 30px auto 0;

    text-align: center;

    border-radius: 50px;
    background-color: #044dd1;
}
@media (max-width: 767px)
{
    .index-about .about-box a.more
    {
        color: #fff;
    }
}
.index-about .index-num
{
    overflow: hidden;

    padding: 38px 0;

    color: #333;
    background-color: #fff;
}
@media only screen and (min-width: 768px)
{
    .index-about .index-num
    {
        margin-top: 70px;

        border: 1px solid #ececec;
    }
}
.index-about .index-num ul
{
    font-size: 0;

    letter-spacing: -8px;
}
@media (max-width: 991px)
{
    .index-about .index-num ul
    {
        margin-top: -15px;
    }
}
.index-about .index-num ul li
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 25%;
    padding: 0 50px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 991px)
{
    .index-about .index-num ul li
    {
        width: 50%;
        margin-top: 15px;
    }
}
@media (max-width: 767px)
{
    .index-about .index-num ul li
    {
        padding: 0;
    }
}
@media (max-width: 320px)
{
    .index-about .index-num ul li
    {
        width: 100%;
    }
}
@media only screen and (min-width: 768px)
{
    .index-about .index-num ul li:before
    {
        position: absolute;
        top: 50%;
        left: 0;

        display: inline-block;

        width: 1px;
        height: 40px;
        margin-top: -20px;

        content: '';

        background-color: #ececec;
    }
}
.index-about .index-num ul li:nth-child(1):before
{
    display: none;
}
.index-about .index-num ul li:nth-child(1) .timer:after
{
    content: '㎡';
}
@media (max-width: 991px)
{
    .index-about .index-num ul li:nth-child(3):before
    {
        display: none;
    }
}
.index-about .index-num .item
{
    position: relative;

    text-align: center;
}
.index-about .index-num .item .timer
{
    font-size: 44px;
    font-weight: 600;

    position: relative;
}
@media (max-width: 767px)
{
    .index-about .index-num .item .timer
    {
        font-size: 32px;
    }
}
.index-about .index-num .item .timer:after
{
    font-size: 14px;

    position: absolute;
    top: 0;
    right: -20px;

    content: '+';

    color: #999;
}
.index-about .index-num .item p
{
    margin: 0;

    color: #999;
}
.index-app li
{
    margin-top: 35px;
}
.index-app li .img-box
{
    padding-bottom: 65.30612245%;
}
.index-app .item
{
    position: relative;

    padding-bottom: 170px;
}
@media only screen and (min-width: 992px)
{
    .index-app .item:hover .intro
    {
        padding-bottom: 130px;

        color: #fff;
        background-color: #044dd1;
    }
    .index-app .item:hover .intro p
    {
        color: #fff;
    }
    .index-app .item:hover .intro a.more
    {
        left: 30px;

        opacity: 1;
    }
}
.index-app .intro
{
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 40px 30px;

    -webkit-transition: .4s;
            transition: .4s;

    background-color: #f5f5f5;
}
.index-app .intro h4
{
    overflow: hidden;

    height: 20px;
    margin-top: 0;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-app .intro p
{
    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.index-app .intro a.more
{
    position: absolute;
    bottom: 50px;
    left: 0;

    display: block;

    margin-top: 70px;

    -webkit-transition: opacity .4s, left .4s;
            transition: opacity .4s, left .4s;

    opacity: 0;
}
.index-advantage
{
    border-top: 1px solid #ececec;
}
.index-advantage ul
{
    margin-top: 10px;
}
.index-advantage li
{
    margin-top: 30px;
}
.index-advantage li:nth-child(1) .item:before
{
    content: '\e611';
}
.index-advantage li:nth-child(2) .item:before
{
    content: '\e617';
}
.index-advantage li:nth-child(3) .item:before
{
    content: '\e686';
}
.index-advantage li:nth-child(4) .item:before
{
    content: '\e67a';
}
.index-advantage .item
{
    position: relative;

    overflow: hidden;

    padding: 35px 60px 30px 130px;

    -webkit-transition: .5s;
            transition: .5s;

    border: 1px solid #ececec;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px)
{
    .index-advantage .item
    {
        padding: 35px 50px 30px 125px;
    }
}
@media (max-width: 767px)
{
    .index-advantage .item
    {
        padding: 25px 15px 20px 85px;
    }
}
.index-advantage .item:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    font-style: normal;
    line-height: 60px;

    position: absolute;
    top: 40px;
    left: 40px;

    display: block;

    width: 60px;
    height: 60px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #044dd1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px)
{
    .index-advantage .item:before
    {
        font-size: 24px;
        line-height: 50px;

        top: 30px;
        left: 15px;

        width: 50px;
        height: 50px;
    }
}
@media only screen and (min-width: 992px)
{
    .index-advantage .item:hover
    {
        -webkit-transform: translateY(-2px);
            -ms-transform: translateY(-2px);
                transform: translateY(-2px);

        box-shadow: 0 5px 16px 0 rgba(7, 17, 27, .1);
    }
    .index-advantage .item:hover a.more
    {
        text-decoration: underline;

        color: #044dd1;
    }
}
.index-advantage .item h4
{
    font-size: 18px;

    margin-top: 0;
}
.index-advantage .item p
{
    line-height: 2;

    margin-bottom: 30px;

    color: #999;
}
@media only screen and (min-width: 768px)
{
    .index-advantage .item p
    {
        display: -webkit-box;
        overflow: hidden;

        height: 56px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
@media (max-width: 767px)
{
    .index-advantage .item p
    {
        margin-bottom: 15px;
    }
}
.index-advantage .item a.more
{
    font-size: 13px;

    -webkit-transition: .5s;
            transition: .5s;

    color: #bbb;
}
.index-advantage .item .num
{
    font-size: 60px;
    font-weight: 500;
    font-style: italic;
    line-height: 1;

    position: absolute;
    right: 0;
    bottom: -10px;

    color: #f4f4f4;
}
.index-customer
{
    padding-bottom: 0;

    color: #fff;
    background: url(../images/imgs/index-customer-bg.jpg) no-repeat top center;
}
@media (max-width: 767px)
{
    .index-customer
    {
        margin-bottom: 30px;
    }
}
.index-customer .title p
{
    color: #fff;
}
.index-customer .list
{
    position: relative;

    margin-top: 60px;
    padding: 56px 46px;

    border: 1px solid #ececec;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .index-customer .list
    {
        top: 40px;

        margin-top: 0;
        padding: 25px 1%;
    }
}
.index-customer .list .img-box
{
    padding-bottom: 25%;
}
.index-customer .item
{
    padding: 0 10px;
}
@media (max-width: 480px)
{
    .index-customer .item
    {
        padding: 0 5px;
    }
}
@media (max-width: 767px)
{
    .index-customer .customer-btn
    {
        display: none;
    }
}
.index-customer .customer-btn span
{
    position: absolute;
    z-index: 10;
    top: 50%;

    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.index-customer .customer-btn span:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: 900;

    color: #cfd1d4;
}
.index-customer .customer-btn .prev
{
    left: 20px;
}
.index-customer .customer-btn .prev:before
{
    content: '\e9b5';
}
.index-customer .customer-btn .next
{
    right: 20px;
}
.index-customer .customer-btn .next:before
{
    content: '\e72f';
}
.index-news .row
{
    margin-top: 40px;
}
.index-news .news-slick
{
    padding: 40px;

    background-color: #f8f8f8;
}
@media (max-width: 991px)
{
    .index-news .news-slick
    {
        padding: 40px 20px;
    }
}
@media (max-width: 767px)
{
    .index-news .news-slick
    {
        padding: 20px;
    }
}
.index-news .news-slick .img-box
{
    padding-bottom: 32.8358209%;
}
.index-news .news-slick .slick-dots
{
    position: absolute;
    right: 40px;
    bottom: 40px;

    text-align: center;
}
@media (max-width: 767px)
{
    .index-news .news-slick .slick-dots
    {
        bottom: 5%;

        display: none;
    }
}
.index-news .news-slick .slick-dots li
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 4px;

    cursor: pointer;
    -webkit-transition: all .3s;
            transition: all .3s;

    border: 1px solid #c4c4c4;
    border-radius: 50%;
}
.index-news .news-slick .slick-dots li:hover,
.index-news .news-slick .slick-dots li.slick-active
{
    background-color: #c4c4c4;
}
.index-news .news-slick .slick-dots li button
{
    display: none;
}
.index-news .intro .time
{
    font-size: 24px;

    color: #999;
}
.index-news .intro h4
{
    overflow: hidden;

    height: 20px;
    margin: 15px 0 20px;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-news .intro p
{
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    height: 56px;
    margin: 25px 0 40px;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.index-news .intro .more
{
    color: #999;
}
.index-news .list li
{
    position: relative;

    padding: 45px 140px 45px 50px;

    -webkit-transition: .5s;
            transition: .5s;

    border-bottom: 1px solid #ececec;
}
.index-news .list li:first-child
{
    border-top: 1px solid #ececec;
}
@media only screen and (min-width: 992px)
{
    .index-news .list li:hover
    {
        box-shadow: 0 0 24px 0 rgba(7, 17, 27, .2);
    }
    .index-news .list li:hover h4
    {
        color: #044dd1;
    }
}
@media only screen and (min-width: 1441px) and (max-width: 1559px)
{
    .index-news .list li
    {
        padding: 41px 140px 42px 50px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px)
{
    .index-news .list li
    {
        padding: 35px 140px 35px 50px;
    }
}
@media (max-width: 1199px)
{
    .index-news .list li
    {
        padding: 28px 110px 29px 30px;
    }
}
@media (max-width: 991px)
{
    .index-news .list li
    {
        padding: 24px 110px 25px 30px;
    }
}
.index-news .list li h4
{
    font-size: 16px;

    position: relative;
}
.index-news .list li h4:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    position: absolute;
    top: 0;
    left: -22px;

    content: '\e643';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-news .list li h4 a
{
    display: block;
    overflow: hidden;

    height: 18px;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-news .list li p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin-bottom: 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.index-news .list li .time
{
    font-size: 18px;

    position: absolute;
    top: 45px;
    right: 30px;

    color: #999;
}
.index-news .list li .more
{
    position: absolute;
    right: 30px;
    bottom: 40px;

    color: #999;
}
.public-banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
.public-banner img
{
    width: 100%;
}
@media (max-width: 1199px)
{
    .public-banner img
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .public-banner img
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .public-banner img
    {
        width: 220%;
        max-width: 220%;
        margin-left: -50%;
    }
}
.public-banner .container
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;

    height: 100%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 767px)
{
    .public-banner .container
    {
        width: 100%;
    }
}
.public-banner .bread-nav
{
    position: absolute;
    top: 50%;
    left: 15px;

    min-height: 26px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
.public-banner .bread-nav li
{
    font-size: 18px;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .public-banner .bread-nav li
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .public-banner .bread-nav li
    {
        font-size: 14px;
    }
}
.public-banner .bread-nav li:before
{
    margin: 0 8px;

    content: '/';
}
.public-banner .bread-nav li:first-child:before
{
    display: none;
}
.public-banner .bread-nav li a:hover
{
    text-decoration: underline;
}
.inside-page .content
{
    padding: 80px 0 90px 0;
}
@media (max-width: 991px)
{
    .inside-page .content
    {
        padding: 50px 0 80px 0;
    }
}
@media (max-width: 767px)
{
    .inside-page .content
    {
        padding: 40px 0 60px 0;
    }
}
.download-wrap .img-box
{
    padding-bottom: 136.36363636%;
}
.download-wrap .list li
{
    margin-bottom: 30px;
}
.download-wrap .item
{
    zoom: 1;

    padding: 9px 30px 9px 9px;

    border: 1px solid #ececec;
}
.download-wrap .item:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (max-width: 991px)
{
    .download-wrap .item
    {
        padding-right: 9px;
    }
}
.download-wrap .item .pic-box
{
    float: left;

    width: 220px;
    margin-right: 30px;
}
@media (max-width: 991px)
{
    .download-wrap .item .pic-box
    {
        width: 160px;
    }
}
@media (max-width: 767px)
{
    .download-wrap .item .pic-box
    {
        width: 50%;
        margin-right: 10px;
    }
}
.download-wrap .item h4
{
    font-size: 18px;

    overflow: hidden;

    height: 20px;
    margin: 25px 0 15px;

    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 991px)
{
    .download-wrap .item h4
    {
        font-size: 16px;

        margin: 10px 0;
    }
}
.download-wrap .item p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    max-height: 72px;
    margin: 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .download-wrap .item p
    {
        max-height: 48px;

        -webkit-line-clamp: 2;
    }
}
.download-wrap .item .info
{
    margin: 30px 0 40px;
}
@media (max-width: 991px)
{
    .download-wrap .item .info
    {
        margin: 10px 0 15px;
    }
}
.download-wrap .item .info .size
{
    margin-right: 40px;
}
@media (max-width: 1199px)
{
    .download-wrap .item .info .size
    {
        display: block;

        margin-right: 0;
    }
}
.download-wrap .item .download
{
    line-height: 40px;

    display: inline-block;

    width: 130px;
    height: 40px;

    text-align: center;

    color: #fff;
    background-color: #044dd1;
}
.download-wrap .item .download:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    margin-right: 10px;

    content: '\e675';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.download-wrap .item .download:hover
{
    background-color: #0649c1;
}
@media (max-width: 767px)
{
    .download-wrap .item .download
    {
        width: 110px;
    }
}
.download-wrap .page
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .download-wrap .page
    {
        margin-top: 0;
    }
}
.about-wrap .content > div
{
    padding: 80px 0;

    border-top: 1px solid #ececec;
}
.about-wrap .content > div:first-child
{
    padding-top: 0;

    border: none;
}
.about-wrap .content > div:last-child
{
    padding-bottom: 0;
}
@media (max-width: 1199px)
{
    .about-wrap .content > div
    {
        padding: 50px 0;
    }
}
@media (max-width: 767px)
{
    .about-wrap .content > div
    {
        padding: 35px 0;
    }
}
.about-wrap .title h3
{
    font-size: 30px;

    margin-top: 0;
}
@media (max-width: 1199px)
{
    .about-wrap .title h3
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .about-wrap .title h3
    {
        font-size: 24px;
    }
}
.about-wrap .title h3 + p
{
    font-size: 16px;

    color: #666;
}
@media (max-width: 767px)
{
    .about-wrap .title h3 + p
    {
        font-size: 14px;
    }
}
.about-wrap .intro
{
    zoom: 1;
}
.about-wrap .intro:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.about-wrap .intro .pic-box
{
    padding: 9px;

    border: 1px solid #ececec;
}
@media only screen and (min-width: 768px)
{
    .about-wrap .intro .pic-box
    {
        float: right;

        width: 50%;
        max-width: 750px;
        margin-left: 30px;
    }
}
@media (max-width: 767px)
{
    .about-wrap .intro .pic-box
    {
        margin-bottom: 25px;
    }
}
.about-wrap .intro .img-box
{
    padding-bottom: 65.75342466%;
}
.about-wrap .intro p
{
    line-height: 2.14285714;

    margin: 0;

    color: #999;
}
.about-wrap .advantage .img-box
{
    padding-bottom: 66.66666667%;
}
.about-wrap .advantage li
{
    margin-top: 30px;
}
.about-wrap .advantage .item
{
    border: 1px solid #ececec;
}
@media (min-width: 992px)
{
    .about-wrap .advantage .item img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .about-wrap .advantage .item:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.about-wrap .advantage h4
{
    font-size: 18px;

    overflow: hidden;

    margin: 0;
    padding: 25px 20px;

    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 1199px)
{
    .about-wrap .advantage h4
    {
        padding: 20px 15px;
    }
}
.about-wrap .advantage .pic-box
{
    margin: 0 -1px;
}
.about-wrap .advantage .txt
{
    padding: 25px 20px 25px;
}
@media (max-width: 1199px)
{
    .about-wrap .advantage .txt
    {
        padding: 20px 10px;
    }
}
.about-wrap .advantage .txt p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 96px;
    margin: 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .about-wrap .advantage .txt p
    {
        display: -webkit-box;
        overflow: hidden;

        height: 120px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }
}
.about-wrap .honor .img-box
{
    padding-bottom: 131.25%;
}
.about-wrap .honor .item
{
    padding: 19px;

    border: 1px solid #ececec;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .about-wrap .honor .item
    {
        padding: 9px;
    }
}
@media (max-width: 480px)
{
    .about-wrap .honor .item
    {
        padding: 9px;
    }
}
@media (min-width: 992px)
{
    .about-wrap .honor .item img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .about-wrap .honor .item:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.about-wrap .honor .item:hover p
{
    color: #044dd1;
}
.about-wrap .honor .item p
{
    overflow: hidden;

    height: 20px;
    margin: 15px 0 0 0;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #999;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .about-wrap .honor .item p
    {
        margin-bottom: 5px;
    }
}
@media (max-width: 480px)
{
    .about-wrap .honor .item p
    {
        margin-top: 10px;
    }
}
@media (max-width: 480px)
{
    .about-wrap .honor ul
    {
        margin: 0 -5px;
    }
}
.about-wrap .honor li
{
    margin-top: 30px;
}
@media (max-width: 480px)
{
    .about-wrap .honor li
    {
        padding: 0 5px;
    }
}
.about-wrap .equipment .img-box
{
    padding-bottom: 66.66666667%;
}
.about-wrap .equipment .item
{
    padding: 19px;

    border: 1px solid #ececec;
}
@media (min-width: 992px)
{
    .about-wrap .equipment .item img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .about-wrap .equipment .item:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .about-wrap .equipment .item
    {
        padding: 9px;
    }
}
@media (max-width: 480px)
{
    .about-wrap .equipment .item
    {
        padding: 9px;
    }
}
.about-wrap .equipment .item:hover p
{
    color: #044dd1;
}
.about-wrap .equipment .item p
{
    overflow: hidden;

    height: 20px;
    margin: 15px 0 0 0;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #999;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .about-wrap .equipment .item p
    {
        margin-bottom: 5px;
    }
}
@media (max-width: 480px)
{
    .about-wrap .equipment .item p
    {
        margin-top: 10px;
    }
}
@media (max-width: 480px)
{
    .about-wrap .equipment ul
    {
        margin: 0 -5px;
    }
}
.about-wrap .equipment li
{
    margin-top: 30px;
}
@media (max-width: 480px)
{
    .about-wrap .equipment li
    {
        padding: 0 5px;
    }
}
.product-wrap .list-l
{
    position: relative;
}
@media (max-width: 991px)
{
    .product-wrap .list-l
    {
        display: none;
    }
}
.product-wrap .list-l .menu
{
    position: relative;
    z-index: 10;
}
.product-wrap .list-l .menu h3
{
    font-size: 30px;

    margin: 0 0 40px 0;
}
.product-wrap .list-l .menu .menu1
{
    margin-bottom: 60px;
}
.product-wrap .list-l .menu .menu1 > li:last-child
{
    border: none;
}
.product-wrap .list-l .menu .menu1 > li
{
    margin-bottom: 20px;
}
.product-wrap .list-l .menu .menu1 > li:hover > a,
.product-wrap .list-l .menu .menu1 > li.active > a
{
    padding-left: 25px;

    color: #044dd1;
}
.product-wrap .list-l .menu .menu1 > li:hover > a:before,
.product-wrap .list-l .menu .menu1 > li.active > a:before
{
    opacity: 1;
}
.product-wrap .list-l .menu .menu1 > li > a
{
    font-size: 16px;

    position: relative;

    display: block;

    margin: 10px 0 0 0;
    padding: 0 10px 0 0;

    -webkit-transition: .3s;
            transition: .3s;
    text-transform: uppercase;
}
.product-wrap .list-l .menu .menu1 > li > a:before
{
    position: absolute;
    top: 0;
    left: 0;

    content: '>';
    -webkit-transition: .3s;
            transition: .3s;

    opacity: 0;
}
.product-wrap .list-l .menu .menu2
{
    display: none;

    margin-top: 20px;
    padding-left: 40px;
}
.product-wrap .list-l .menu .menu2 > li
{
    margin-top: 13px;
    padding-right: 15px;
}
.product-wrap .list-l .menu .menu2 > li.active > a
{
    color: #044dd1;
}
.product-wrap .list-l .menu .menu2 > li.active > a:before
{
    background-color: #044dd1;
}
.product-wrap .list-l .menu .menu2 > li > a
{
    font-size: 14px;

    position: relative;

    display: block;

    -webkit-transition: .3s;
            transition: .3s;

    color: #999;
}
.product-wrap .list-l .menu .menu2 > li > a:before
{
    position: absolute;
    z-index: 10;
    top: 8px;
    left: -15px;

    width: 4px;
    height: 4px;

    content: '';
    -webkit-transition: .3s;
            transition: .3s;

    opacity: 1;
    border-radius: 50%;
    background-color: #999;
}
.product-wrap .list-l .menu .menu2 > li > a:hover
{
    -webkit-transform: translateX(15px);
        -ms-transform: translateX(15px);
            transform: translateX(15px);

    color: #044dd1;
}
.product-wrap .list-l .menu .menu2 > li > a:hover:before
{
    background-color: #044dd1;
}
.product-wrap .list-l .menu .menu3
{
    padding-left: 15px;
}
.product-wrap .list-l .menu .menu3 > li
{
    margin: 10px 0;
}
.product-wrap .list-l .menu .menu3 > li:hover > a,
.product-wrap .list-l .menu .menu3 > li.active > a
{
    color: #044dd1;
}
.product-wrap .list-l .menu .menu3 > li > a
{
    position: relative;

    display: block;

    padding-left: 15px;

    color: #999;
}
.product-wrap .list-l .menu .menu3 > li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 12px;
    font-style: normal;

    position: absolute;
    top: 50%;
    left: -2px;

    margin-top: -10px;

    content: '\e643';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-wrap .content-r
{
    overflow: hidden;
}
@media (max-width: 767px)
{
    .product-wrap .content-r
    {
        padding: 0;
    }
}
@media (max-width: 991px)
{
    .product-wrap .content-r .list
    {
        margin: 0 -10px;
    }
}
@media (max-width: 767px)
{
    .product-wrap .content-r .list
    {
        margin: 0 5px;
    }
}
.product-wrap .content-r .list li
{
    margin-bottom: 30px;
}
@media only screen and (min-width: 1441px)
{
    .product-wrap .content-r .list li
    {
        width: 20%;
    }
}
@media (max-width: 991px)
{
    .product-wrap .content-r .list li
    {
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .product-wrap .content-r .list li
    {
        margin-bottom: 10px;
        padding: 0 5px;
    }
}
.product-wrap .content-r .list li > a
{
    display: block;

    padding: 1px;

    border: 1px solid #ececec;
}
@media (min-width: 992px)
{
    .product-wrap .content-r .list li > a img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .product-wrap .content-r .list li > a:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
@media only screen and (min-width: 992px)
{
    .product-wrap .content-r .list li > a:hover p
    {
        color: #044dd1;
    }
}
.product-wrap .content-r .list .pic-box
{
    padding: 30px 40px 15px;
}
@media (max-width: 1559px)
{
    .product-wrap .content-r .list .pic-box
    {
        padding: 10px 30px 15px;
    }
}
@media (max-width: 767px)
{
    .product-wrap .content-r .list .pic-box
    {
        padding: 5% 15%;
    }
}
.product-wrap .content-r .list p
{
    display: -webkit-box;
    overflow: hidden;

    height: 20px;
    margin: 0 0 15px 0;
    padding: 0 3px;

    text-align: center;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .product-wrap .content-r .list p
    {
        margin-bottom: 10px;
    }
}
.product-wrap .content-r .page
{
    margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .product-wrap .content-r .page
    {
        margin-top: 15px;
    }
}
@media only screen and (min-width: 768px)
{
    .product-details-wrap .carousel-content
    {
        width: 40%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1440px)
{
    .product-details-wrap .carousel-content
    {
        width: 50%;
    }
}
.product-details-wrap .carousel-content .carousel-box
{
    position: relative;

    border: 1px solid #ececec;
    background-color: #fff;
}
.product-details-wrap .carousel-content .slider-for
{
    position: relative;
}
.product-details-wrap .carousel-content .slider-nav
{
    width: 100%;
    margin-top: 10px;
}
.product-details-wrap .carousel-content .slider-nav .slick-slide
{
    padding: 1px 5px;

    outline: none;
}
.product-details-wrap .carousel-content .slider-nav .slick-current .item
{
    border-color: #044dd1;
}
.product-details-wrap .carousel-content .slider-nav .item
{
    position: relative;
    z-index: 15;

    border: 1px solid #ececec;
}
.product-details-wrap .carousel-content .sl-nav
{
    position: absolute;
    bottom: 15px;
    left: 0;

    width: 100%;
    padding: 0 8%;
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-content .sl-nav .pro-btn
    {
        display: none;
    }
}
.product-details-wrap .carousel-content .sl-nav .pro-btn span
{
    position: absolute;
    top: 50%;

    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.product-details-wrap .carousel-content .sl-nav .pro-btn span:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: 700;

    color: #c1c1c1;
}
.product-details-wrap .carousel-content .sl-nav .pro-btn span:hover:before
{
    color: #044dd1;
}
.product-details-wrap .carousel-content .sl-nav .pro-btn .prev
{
    left: 25px;
}
.product-details-wrap .carousel-content .sl-nav .pro-btn .prev:before
{
    content: '\e601';
}
.product-details-wrap .carousel-content .sl-nav .pro-btn .next
{
    right: 25px;
}
.product-details-wrap .carousel-content .sl-nav .pro-btn .next:before
{
    content: '\e827';
}
@media only screen and (min-width: 768px)
{
    .product-details-wrap .carousel-txt
    {
        width: 60%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1440px)
{
    .product-details-wrap .carousel-txt
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-txt
    {
        margin-top: 35px;
    }
}
.product-details-wrap .carousel-txt h1
{
    font-size: 30px;

    margin: 0 0 22px 0;
}
@media (max-width: 1199px)
{
    .product-details-wrap .carousel-txt h1
    {
        margin-bottom: 15px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-txt h1
    {
        font-size: 26px;
    }
}
.product-details-wrap .carousel-txt h1 span
{
    font-size: 14px;
}
.product-details-wrap .carousel-txt p
{
    line-height: 2.14285714;

    margin: 0;

    color: #999;
}
.product-details-wrap .carousel-txt p span
{
    font-size: 16px;

    color: #333;
}
.product-details-wrap .carousel-txt ul
{
    font-size: 0;

    margin: 0 -15px;

    letter-spacing: -8px;
}
.product-details-wrap .carousel-txt li
{
    font-size: 14px;

    display: inline-block;

    width: 50%;
    margin-top: 20px;
    padding: 0 15px;

    vertical-align: top;
    letter-spacing: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1440px)
{
    .product-details-wrap .carousel-txt li
    {
        min-width: 80%;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-txt li
    {
        width: 100%;
    }
}
.product-details-wrap .carousel-txt .item
{
    padding: 25px 30px 20px;

    border: 1px solid #ececec;
}
@media (max-width: 991px)
{
    .product-details-wrap .carousel-txt .item
    {
        padding: 15px 30px 10px;
    }
}
.product-details-wrap .carousel-txt .item h5
{
    font-size: 16px;

    margin: 0 0 20px 0;
}
.product-details-wrap .carousel-txt .item p
{
    line-height: 2.14285714;

    margin: 0;

    color: #999;
}
.product-details-wrap .carousel-txt .item p a:hover
{
    text-decoration: underline;

    color: #044dd1;
}
.product-details-wrap .carousel-txt .inquire-btn
{
    line-height: 45px;

    display: block;

    width: 180px;
    height: 45px;
    margin-top: 60px;

    text-align: center;

    color: #fff;
    background-color: #044dd1;
}
.product-details-wrap .carousel-txt .inquire-btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;

    margin-right: 10px;

    content: '\e619';
    vertical-align: middle;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-details-wrap .carousel-txt .inquire-btn:hover
{
    background-color: #0649c1;
}
@media (max-width: 1199px)
{
    .product-details-wrap .carousel-txt .inquire-btn
    {
        margin-top: 30px;
    }
}
.product-details-wrap .details-tab
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .product-details-wrap .details-tab
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .details-tab
    {
        margin-top: 20px;
    }
}
.product-details-wrap .details-tab .tab-nav
{
    zoom: 1;

    padding: 0 15px;

    color: #fff;
    background-color: #044dd1;
}
@media (max-width: 767px)
{
    .product-details-wrap .details-tab .tab-nav
    {
        display: none;
    }
}
.product-details-wrap .details-tab .tab-nav:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.product-details-wrap .details-tab .tab-nav li
{
    float: left;

    margin: 0;
    padding: 5px 15px;
}
.product-details-wrap .details-tab .tab-nav li a
{
    display: block;

    padding: 10px 32px;

    border-radius: 10px 10px 0 0;
}
.product-details-wrap .details-tab .tab-nav li:hover
{
    padding: 10px 15px 0;
}
.product-details-wrap .details-tab .tab-nav li:hover a
{
    color: #044dd1;
    background-color: #fff;
}
.product-details-wrap .details-tab .tab-nav li.active
{
    padding: 10px 15px 0;
}
.product-details-wrap .details-tab .tab-nav li.active a
{
    color: #044dd1;
    background-color: #fff;
}
.product-details-wrap .details-tab .tab-nav li.active a:hover
{
    border-radius: 10px 10px 0 0;
}
@media only screen and (min-width: 768px)
{
    .product-details-wrap .details-tab .tab-wrap
    {
        border: 1px solid #dcdcdc;
        border-top: none;
    }
}
@media (min-width: 768px)
{
    .product-details-wrap .details-tab .tab-list
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .details-tab .tab-list
    {
        display: block;
    }
}
.product-details-wrap .details-tab .tab-list .list-content
{
    padding: 40px 30px 50px;
}
@media (max-width: 991px)
{
    .product-details-wrap .details-tab .tab-list .list-content
    {
        padding: 30px 30px 30px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .details-tab .tab-list .list-content
    {
        padding: 15px 15px 30px;

        border: 1px solid #ececec;
    }
}
.product-details-wrap .details-tab .tab-list h3
{
    display: none;
}
@media (max-width: 767px)
{
    .product-details-wrap .details-tab .tab-list h3
    {
        font-size: 18px;

        display: block;

        margin: 30px 0 0 0;
        padding: 15px 15px;

        color: #fff;
        background-color: #044dd1;
    }
}
.product-details-wrap .details-tab .description p
{
    line-height: 2.14285714;

    margin: 0;

    color: #999;
}
.product-details-wrap .details-tab .parameter img
{
    width: auto;
    max-width: 100%;
}
.product-details-wrap .details-tab .inquire input::-webkit-input-placeholder,
.product-details-wrap .details-tab .inquire textarea::-webkit-input-placeholder
{
    color: #666;
}
.product-details-wrap .details-tab .inquire input:-o-placeholder,
.product-details-wrap .details-tab .inquire textarea:-o-placeholder
{
    color: #666;
}
.product-details-wrap .details-tab .inquire input::-moz-placeholder,
.product-details-wrap .details-tab .inquire textarea::-moz-placeholder
{
    color: #666;
}
.product-details-wrap .details-tab .inquire input:-ms-input-placeholder,
.product-details-wrap .details-tab .inquire textarea:-ms-input-placeholder
{
    color: #666;
}
.product-details-wrap .details-tab .inquire input:focus::-webkit-input-placeholder,
.product-details-wrap .details-tab .inquire textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.product-details-wrap .details-tab .inquire input:focus::-o-placeholder,
.product-details-wrap .details-tab .inquire textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.product-details-wrap .details-tab .inquire input:focus::-moz-placeholder,
.product-details-wrap .details-tab .inquire textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.product-details-wrap .details-tab .inquire input:focus::-ms-input-placeholder,
.product-details-wrap .details-tab .inquire textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.product-details-wrap .details-tab .inquire .inquiry-form li
{
    margin-bottom: 0;
}
.product-details-wrap .details-tab .inquire .inquiry-form h4
{
    font-size: 18px;

    margin: 0;
    padding: 20px 30px;

    background-color: #f4f4f4;
}
.product-details-wrap .details-tab .inquire .inquiry-form form p
{
    font-size: 15px;

    margin-bottom: 25px;
}
.product-details-wrap .details-tab .inquire .inquiry-form form input,
.product-details-wrap .details-tab .inquire .inquiry-form form textarea
{
    display: block;

    width: 100%;
    margin-bottom: 20px;
    padding: 15px 20px;

    color: #666;
    border: 1px solid #dbdbdb;
}
.product-details-wrap .details-tab .inquire .inquiry-form form textarea
{
    height: 150px;
}
.product-details-wrap .details-tab .inquire .inquiry-form form .submit
{
    font-family: 'arial black';
    font-size: 16px;
    line-height: 50px;

    width: 200px;
    height: 50px;

    text-align: center;

    color: #fff;
    background-color: #044dd1;
}
.product-details-wrap .details-tab .inquire .inquiry-form form .submit:hover
{
    background-color: #0649c1;
}
@media (max-width: 767px)
{
    .product-details-wrap .details-tab .inquire .inquiry-form form .submit
    {
        line-height: 45px;

        width: 150px;
        height: 45px;
    }
}
.news-wrap .list li
{
    zoom: 1;

    margin-bottom: 30px;
    padding: 9px 40px 9px 9px;

    border: 1px solid #ececec;
}
.news-wrap .list li:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media only screen and (min-width: 992px)
{
    .news-wrap .list li:hover .info:before
    {
        color: #044dd1;
    }
    .news-wrap .list li:hover h4
    {
        color: #044dd1;
    }
    .news-wrap .list li:hover i
    {
        color: #044dd1;
    }
}
@media only screen and (min-width: 992px) and (min-width: 992px)
{
    .news-wrap .list li img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .news-wrap .list li:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
@media (max-width: 767px)
{
    .news-wrap .list li
    {
        padding: 9px;
    }
}
@media only screen and (min-width: 768px)
{
    .news-wrap .pic-box
    {
        float: left;

        width: 250px;
        margin-right: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .news-wrap .pic-box
    {
        margin-right: 35px;
    }
}
.news-wrap .img-box
{
    padding-bottom: 64%;
}
@media only screen and (min-width: 768px)
{
    .news-wrap .intro .info
    {
        position: relative;

        padding-top: 1px;
        padding-right: 6%;
    }
    .news-wrap .intro .info:before
    {
        font-family: 'iconfont' !important;
        font-style: normal;

        position: absolute;
        top: 15px;
        left: 280px;

        content: '\e643';

        color: #666;

        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .news-wrap .intro .info:before
    {
        left: 265px;
    }
}
.news-wrap .intro .info h4
{
    font-size: 16px;

    position: relative;

    overflow: hidden;
    zoom: 1;

    margin: 15px 0 10px 0;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-wrap .intro .info h4:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.news-wrap .intro .info .date
{
    font-size: 18px;

    color: #999;
}
@media only screen and (min-width: 768px)
{
    .news-wrap .intro .info .date
    {
        position: absolute;
        top: 12px;
        right: -10px;
    }
}
@media (max-width: 767px)
{
    .news-wrap .intro .info .date
    {
        display: block;

        margin-bottom: 10px;
    }
}
.news-wrap .intro p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin-bottom: 25px;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .news-wrap .intro p
    {
        margin-bottom: 10px;
    }
}
.news-wrap .page
{
    margin-top: 50px;
}
@media (max-width: 767px)
{
    .news-wrap .page
    {
        margin-top: 30px;
    }
}
.app-wrap .list li
{
    margin-bottom: 30px;
}
@media (max-width: 767px)
{
    .app-wrap .list li
    {
        margin-bottom: 15px;
    }
}
.app-wrap .list li .img-box
{
    padding-bottom: 65.30612245%;
}
.app-wrap .item
{
    position: relative;

    padding-bottom: 170px;

    background-color: #f5f5f5;
}
@media only screen and (min-width: 992px)
{
    .app-wrap .item:hover .intro
    {
        padding-bottom: 130px;

        color: #fff;
        background-color: #044dd1;
    }
    .app-wrap .item:hover .intro p
    {
        color: #fff;
    }
    .app-wrap .item:hover .intro a.more
    {
        left: 30px;

        opacity: 1;
    }
}
@media (max-width: 1199px)
{
    .app-wrap .item
    {
        padding-bottom: 135px;
    }
}
.app-wrap .intro
{
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 40px 30px;

    -webkit-transition: .4s;
            transition: .4s;
}
@media (max-width: 1199px)
{
    .app-wrap .intro
    {
        padding: 20px 15px;
    }
}
.app-wrap .intro h4
{
    overflow: hidden;

    height: 20px;
    margin-top: 0;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.app-wrap .intro p
{
    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.app-wrap .intro a.more
{
    position: absolute;
    bottom: 50px;
    left: 0;

    display: block;

    margin-top: 70px;

    -webkit-transition: opacity .4s, left .4s;
            transition: opacity .4s, left .4s;

    opacity: 0;
}
.app-wrap .page
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .app-wrap .page
    {
        margin-top: 5px;
    }
}
.details-wrap .title
{
    margin-bottom: 35px;
    padding-bottom: 20px;

    border-bottom: 1px solid #ececec;
}
.details-wrap .title h1
{
    font-size: 24px;

    margin: 0;

    text-align: center;
}
.details-wrap .title .date
{
    display: block;

    margin-top: 5px;

    text-align: center;

    color: #044dd1;
}
.details-wrap .title .date:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;

    margin-right: 5px;

    content: '\e63a';
    vertical-align: middle;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.details-wrap .title ~ p
{
    line-height: 2.14285714;

    margin: 0;

    text-indent: 2em;

    color: #999;
}
.details-wrap img
{
    display: block;

    max-width: 100%;
    margin: 0 auto;
}
.details-wrap .details-page
{
    padding-top: 35px;

    border-top: 1px solid #ececec;
}
.details-wrap .details-page p
{
    line-height: 2.14285714;

    overflow: hidden;

    margin: 0;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #999;
}
.details-wrap .details-page p a:hover
{
    text-decoration: underline;

    color: #044dd1;
}
.customer-wrap .customer-list .img-box
{
    padding-bottom: 62.79069767%;
}
.customer-wrap .customer-list li
{
    margin-bottom: 30px;
}
.customer-wrap .customer-list li .item
{
    padding: 10px;

    background-color: #fff;
}
@media (min-width: 992px)
{
    .customer-wrap .customer-list li .item img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .customer-wrap .customer-list li .item:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.customer-wrap .customer-list li .item p
{
    position: relative;

    display: -webkit-box;
    overflow: hidden;

    margin: 10px 0;
    padding-left: 10px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.customer-wrap .customer-list li .item p:before
{
    position: absolute;
    top: 5px;
    left: 0;

    width: 2px;
    height: 10px;

    content: '';

    background-color: #044dd1;
}
.customer-wrap .page
{
    margin-top: 20px;
}
.contact-wrap
{
    position: relative;

    padding-bottom: 0;
}
.contact-wrap .info-wrap h4
{
    font-size: 24px;

    margin-top: 0;
}
.contact-wrap .info-wrap h4 + p
{
    font-size: 16px;

    margin-bottom: 30px;

    color: #666;
}
@media (max-width: 767px)
{
    .contact-wrap .info-wrap h4 + p
    {
        margin-bottom: 20px;
    }
}
.contact-wrap .info .row
{
    margin: 0 -10px;
}
.contact-wrap .info li
{
    padding: 0 10px;
}
.contact-wrap .info li p
{
    line-height: 50px;

    position: relative;

    padding: 0 10px 0 57px;

    color: #999;
    border: 1px solid #ececec;
}
.contact-wrap .info li p:before
{
    font-family: 'iconfont' !important;
    font-style: normal;
    line-height: 30px;

    position: absolute;
    top: 12px;
    left: 14px;

    display: block;

    width: 30px;
    height: 30px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #044dd1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact-wrap .info li.name p:before
{
    content: '\e609';
}
.contact-wrap .info li.phone p:before
{
    content: '\e627';
}
.contact-wrap .info li.tel p:before
{
    content: '\e61c';
}
.contact-wrap .info li.fax p:before
{
    content: '\e606';
}
@media (max-width: 1559px)
{
    .contact-wrap .info li.mail
    {
        width: 100%;
    }
}
.contact-wrap .info li.mail p:before
{
    content: '\e6a4';
}
@media (max-width: 1559px)
{
    .contact-wrap .info li.address
    {
        width: 100%;
    }
}
.contact-wrap .info li.address p:before
{
    content: '\e63e';
}
@media (max-width: 767px)
{
    .contact-wrap .info li.address p:before
    {
        top: 8px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .info li.address p
    {
        line-height: 32px;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .message
    {
        margin-top: 35px;
    }
}
.contact-wrap .message form p
{
    line-height: 1.78571429;

    margin-bottom: 15px;
}
.contact-wrap .message form b
{
    display: block;

    margin-top: 30px;
    margin-bottom: 35px;
}
.contact-wrap .message form .row
{
    margin: 0 -10px;
}
.contact-wrap .message form .row li
{
    padding: 0 10px;
}
.contact-wrap .message form input::-webkit-input-placeholder,
.contact-wrap .message form textarea::-webkit-input-placeholder
{
    color: #999;
}
.contact-wrap .message form input:-o-placeholder,
.contact-wrap .message form textarea:-o-placeholder
{
    color: #999;
}
.contact-wrap .message form input::-moz-placeholder,
.contact-wrap .message form textarea::-moz-placeholder
{
    color: #999;
}
.contact-wrap .message form input:-ms-input-placeholder,
.contact-wrap .message form textarea:-ms-input-placeholder
{
    color: #999;
}
.contact-wrap .message form input:focus::-webkit-input-placeholder,
.contact-wrap .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.contact-wrap .message form input:focus::-o-placeholder,
.contact-wrap .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.contact-wrap .message form input:focus::-moz-placeholder,
.contact-wrap .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.contact-wrap .message form input:focus::-ms-input-placeholder,
.contact-wrap .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.contact-wrap .message form input,
.contact-wrap .message form textarea
{
    display: block;

    width: 100%;
    margin-bottom: 20px;
    padding: 15px 24px;

    color: #999;
    background: none;
    background-color: #f4f4f4 !important;
}
.contact-wrap .message form textarea
{
    height: 150px;
}
.contact-wrap .message form .submit
{
    line-height: 50px;

    display: block;

    width: 160px;
    height: 50px;
    margin-top: 30px;
    padding: 0;

    cursor: pointer;
    text-align: center;

    color: #fff;
    background-color: #044dd1;
}
.contact-wrap .message form .submit:hover
{
    background-color: #0649c1;
}
.contact-wrap .map
{
    position: relative;

    margin-top: 80px;
}
@media only screen and (min-width: 992px)
{
    .contact-wrap .map
    {
        top: 0;
        left: 0;

        height: 500px;
    }
    .contact-wrap .map .dituContent
    {
        position: absolute;
        top: 0;
        left: 0;

        display: block;

        width: 100%;
        height: 100%;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .map
    {
        margin-top: 45px;
    }
    .contact-wrap .map .dituContent
    {
        height: 400px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .map .dituContent
    {
        height: 280px;
    }
}
.video-wrap .list li
{
    margin-bottom: 30px;
}
@media (max-width: 767px)
{
    .video-wrap .list li
    {
        margin-bottom: 20px;
    }
}
.video-wrap .list .item
{
    padding: 9px;

    border: 1px solid #ececec;
}
.video-wrap .list .video
{
    position: relative;
}
@media (min-width: 992px)
{
    .video-wrap .list .video img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .video-wrap .list .video:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.video-wrap .list .video .img-box
{
    padding-bottom: 63.82978723%;
}
.video-wrap .list .video .video-box
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    cursor: pointer;

    background: url(../images/video-btn.png) rgba(0, 0, 0, .5) no-repeat center;
}
.video-wrap .list .video .video-box.active
{
    background-image: url(../js/slick/ajax-loader.gif);
}
.video-wrap .list .video .video-box iframe
{
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;
}
.video-wrap .list p
{
    display: -webkit-box;
    overflow: hidden;

    height: 20px;
    margin: 20px 0;

    text-align: center;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .video-wrap .list p
    {
        margin: 15px 0 10px;
    }
}
.video-wrap .page
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .video-wrap .page
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .video-wrap .page
    {
        margin-top: 5px;
    }
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 50px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    text-align: center;

    border-radius: 0;
    background-color: rgba(0, 0, 0, .8);
}
@media (min-width: 768px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;

    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;
    width: 120px;
    display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .online-wrap .code-pic
    {
        right: 55px;
        bottom: 370px;
    }
}
.online-wrap .code-pic .pic-box
{
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img{
    display: block;
    width: 100%;
}
.online
{
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 23%;

    -webkit-transition: right .3s;
            transition: right .3s;
}
@media (max-width: 767px)
{
    .online
    {
        right: -60px;
        bottom: 90px;
    }
    .online.active
    {
        right: 0;
    }
}
.online a
{
    line-height: 50px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    margin: 2px 0;

    text-align: center;

    border-radius: 5px 0 0 5px;
    background-color: rgba(0, 0, 0, .8);
}
.online a:before
{
    font-size: 22px;

    color: #fff;
}
@media (min-width: 992px)
{
    .online a:hover
    {
        background-color: #044dd1;
    }
}
@media (max-width: 767px)
{
    .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online a:before
    {
        font-size: 20px;
    }
}
@media (min-width: 992px)
{
    .online .icon-phone:hover .phone-num
    {
        right: 100%;
    }
}
.online .icon-phone .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

    -webkit-transition: right .3s;
            transition: right .3s;
    white-space: nowrap;
}
.online .icon-phone .phone-num p
{
    padding: 0 10px;

    color: #fff;
    background-color: #044dd1;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online .icon-weixin:before
{
    font-size: 24px;
}
@media (max-width: 767px)
{
    .online .icon-weixin:before
    {
        font-size: 22px;
    }
}
.online .icon-weixin .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online .icon-weixin .mask .mask-box
{
    padding: 5px;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online .icon-weixin .mask img
{
    display: block;

    width: 100%;
}
.online .icon-weixin .mask p
{
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}

.online .icon-ie:before
{
    font-size: 24px;
}
@media (max-width: 767px)
{
    .online .icon-ie:before
    {
        font-size: 22px;
    }
}
.online .icon-ie .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online .icon-ie .mask .mask-box
{
    padding: 5px;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online .icon-ie .mask img
{
    display: block;

    width: 100%;
}
.online .icon-ie .mask p
{
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.share
{
    font-weight: 500;

    color: #fff;
}
.share a
{
    line-height: 20px;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 3px;

    -webkit-transition:         transform .3s;
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
    text-align: center;
    vertical-align: middle;

    border-radius: 50%;
}
.share a:before
{
    font-size: 13px;
}
.share a.icon-facebook
{
    background-color: #3c579a;
}
.share a.icon-tuite
{
    background-color: #54aded;
}
.share a.icon-google
{
    background-color: #db4e42;
}
.share a.icon-instagram
{
    background-color: #6a3d2e;
}
.share a.icon-youtube
{
    background-color: #c3302e;
}
@media only screen and (min-width: 992px)
{
    .share a:hover
    {
        -webkit-transform: translateY(-3px);
            -ms-transform: translateY(-3px);
                transform: translateY(-3px);
    }
}
.footer
{
    background-color: #1e1e1e;
}
.footer .footer-wrap
{
    overflow: hidden;
}
.footer .footer-row
{
    font-size: 0;

    margin: 0 -15px;
    padding: 70px 0 90px 0;

    text-align: justify;
    text-justify: distribute-all-lines;
}
.footer .footer-row:after
{
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 0;
    margin: 0;

    content: '';
}
@media (max-width: 1199px)
{
}
@media (max-width: 991px)
{
    .footer .footer-row
    {
        padding: 40px 0 60px;
    }
}
@media (max-width: 767px)
{
    .footer .footer-row
    {
        padding: 20px 0 40px;
    }
}
.footer .foot-list
{
    font-size: 14px;

    display: inline-block;

    padding: 0 15px;

    text-align: left;
    vertical-align: top;
}
@media (max-width: 1199px)
{
    .footer .foot-list
    {
        width: 25%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list
    {
        width: 50%;
    }
}
.footer .foot-list li
{
    line-height: 2.14285714;
}
.footer .foot-list li a
{
    display: inline-block;
}
.footer .foot-list p,
.footer .foot-list a,
.footer .foot-list button
{
    color: #999;
}
.footer .foot-list a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .foot-list h4
{
    font-size: 20px;

    margin: 20px 0;

    color: #fffefe;
}
@media only screen and (min-width: 1200px) and (max-width: 1319px)
{
    .footer .foot-list h4
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-list h4
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list h4
    {
        margin-bottom: 10px;
    }
}
.footer .foot-contact
{
    margin-right: 0;
}
@media (min-width: 1200px)
{
    .footer .foot-contact
    {
        max-width: 290px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-contact
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-contact
    {
        width: 100%;
    }
}
.footer .foot-contact p
{
    line-height: 2.14285714;

    position: relative;

    margin: 0;
    padding-left: 50px;
}
.footer .foot-contact p.name
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .footer .foot-contact p.name
    {
        margin-top: 5px;
    }
}
.footer .foot-contact p span
{
    position: absolute;
    top: 0;
    left: 0;
}
.footer .foot-message
{
    overflow: hidden;
}
@media (min-width: 1200px)
{
    .footer .foot-message
    {
        max-width: 360px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-message
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-message
    {
        width: 100%;
    }
}
.footer .foot-message form
{
    overflow: hidden;

    margin-top: 20px;
}
.footer .foot-message form input::-webkit-input-placeholder,
.footer .foot-message form textarea::-webkit-input-placeholder
{
    color: #999;
}
.footer .foot-message form input:-o-placeholder,
.footer .foot-message form textarea:-o-placeholder
{
    color: #999;
}
.footer .foot-message form input::-moz-placeholder,
.footer .foot-message form textarea::-moz-placeholder
{
    color: #999;
}
.footer .foot-message form input:-ms-input-placeholder,
.footer .foot-message form textarea:-ms-input-placeholder
{
    color: #999;
}
.footer .foot-message form input:focus::-webkit-input-placeholder,
.footer .foot-message form textarea:focus::-webkit-input-placeholder
{
    color: #666;
}
.footer .foot-message form input:focus::-o-placeholder,
.footer .foot-message form textarea:focus::-o-placeholder
{
    color: #666;
}
.footer .foot-message form input:focus::-moz-placeholder,
.footer .foot-message form textarea:focus::-moz-placeholder
{
    color: #666;
}
.footer .foot-message form input:focus::-ms-input-placeholder,
.footer .foot-message form textarea:focus::-ms-input-placeholder
{
    color: #666;
}
.footer .foot-message form .row
{
    margin: 0 -5px;
}
.footer .foot-message form .row li
{
    line-height: 1;

    padding: 0 5px;
}
.footer .foot-message form input,
.footer .foot-message form textarea
{
    display: block;

    width: 100%;
    margin-bottom: 15px;
    padding: 13px 15px;

    color: #999;
    border: 1px solid #3e3e3e;
    background: none;
}
.footer .foot-message form input:focus,
.footer .foot-message form textarea:focus
{
    border-color: #6e6e6e;
}
.footer .foot-message form textarea
{
    height: 100px;
}
.footer .foot-message form .submit
{
    line-height: 45px;

    width: 160px;
    height: 45px;
    margin-top: 5px;

    text-align: center;

    color: #fff;
    background-color: #044dd1;
}
.footer .foot-message form .submit:hover
{
    background-color: #0649c1;
}
.footer .copyright
{
    padding: 30px 0;

    text-align: center;

    color: #999;
    border-top: 1px solid #3e3e3e;
}
@media (max-width: 767px)
{
    .footer .copyright
    {
        padding: 25px 0;
    }
}
.footer .copyright p
{
    margin: 0;
}
.footer .copyright a
{
    margin-left: 35px;
}
@media (max-width: 767px)
{
    .footer .copyright a
    {
        display: block;

        margin: 5px 0 0 0;
    }
}
.footer .copyright a:hover
{
    text-decoration: underline;

    color: #fff;
}
.fancybox-slide--iframe .fancybox-content
{
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
body.ie .footer .foot-list
{
    margin-right: 94px;
}
@media only screen and (min-width: 1441px) and (max-width: 1559px)
{
    body.ie .footer .foot-list
    {
        margin-right: 70px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px)
{
    body.ie .footer .foot-list
    {
        margin-right: 20px;
    }
}
body.ie .footer .foot-list:last-child
{
    margin-right: 0;
}
